iT邦幫忙

DAY 1
2

ASP.NET Identity 新手入門篇系列 第 1

ASP.NET Identity 新手入門篇:Day1_簡介

  • 分享至 

  • xImage
  •  

緣起

之所以想來玩玩看 ASP.NET Identity,不知道到大家在使用 .NET 4.5 搭配 Visual Studio 2013 新增專案時,發現專案預設的 Membership 不見了!取而代之的是 ASP.NET Identity 因此興起了剛好來玩玩看的想法;現在使用 Membership 的話,Visual Studio 都會提示說 Membership 已過時,請參考 ASP.NET Identity。

簡介

ASP.NET Identity 是微軟為了取代已經很久的 Membership 服務所重新撰寫的,雖然說在相同的功能上幾乎都是差不多,但是 ASP.NET Identity 其本質已經是不一樣的了,在 2005 年時,那時還沒有第三方登入、兩階段驗證等這些功能,現在也都新增在 ASP.NET Identity 裡。

ASP.NET Identity 的目的有:
‧ One ASP.NET Identity System
ASP.NET Identity 可以運用在 ASP.NET 所有的 Framework 下,如:ASP.NET MVC, Web Forms, Web API, 和 SignalR 等
‧ User Profile 的易用性
可以簡單的修改使用者 Profile 的架構;修改資料表結構或名稱都非常容易;也可以把資料放在不同的地方
如:SharePoint, Windows Azure Storage Table Service, NoSQL databases等
‧ 單元測試
具有更高的測試性
‧ 社群登入 Provider
很方便的就可以使用社群帳號進行登入
‧ Windows Azure Active Directory
‧ Owin 整合
‧ Nuget 安裝


系列文
ASP.NET Identity 新手入門篇1
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
mis2000lab
iT邦好手 1 級 ‧ 2014-10-01 21:22:00

讚喔!!!期待中...

我要留言

立即登入留言